projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66aa61d
)
(highlight): Force foreground to be black on a tty, so this face is
author
Miles Bader
<miles@gnu.org>
Mon, 15 Apr 2002 06:16:28 +0000
(06:16 +0000)
committer
Miles Bader
<miles@gnu.org>
Mon, 15 Apr 2002 06:16:28 +0000
(06:16 +0000)
readable on a dark-background tty.
lisp/faces.el
patch
|
blob
|
history
diff --git
a/lisp/faces.el
b/lisp/faces.el
index 932e0f3f6e43291f154c11ad97977b1ccee2b4a2..de049f7f0973fed5abd3761e2821aabaa075c5ad 100644
(file)
--- a/
lisp/faces.el
+++ b/
lisp/faces.el
@@
-1885,7
+1885,7
@@
created."
(defface highlight
'((((type tty) (class color))
- :background "green")
+ :background "green"
:foreground "black"
)
(((class color) (background light))
:background "darkseagreen2")
(((class color) (background dark))